IVirtualInputManagerSwitchOff Method |
Switches off the specified virtual input, generating an according state event for this virtual input.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid SwitchOff(
VirtualInput input
)
Parameters
- input VirtualInput
- VirtualInput handle which state should be changed.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if input doesn't exist in the configuration or is not permitted to caller.
|
See Also